-
Notifications
You must be signed in to change notification settings - Fork 1k
Support adding Authorization HTTP headers through the `RUSTUP_AUTHO…
#4672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…RIZATION_HEADER` environment variable. This partially addresses rust-lang#1343 by supporting reverse proxies which require authentication that function as mirrors to https://static.rust-lang.org .
|
If this is about a reverse proxy I don't think the complexity of doing this is worth it. Instead, it seems like the main issue is that we might leak credentials in logging when using |
This change would also support token based authentication through the Bearer scheme. I had those in mind when I thought to implement these changes. Here are some examples of what I mean https://api.goauthentik.io/authentication/ |
|
I have converted this PR to a draft. I need to investigate ways to start a forward proxy which requires authentication. |
|
I don't think we're going to want a Ferron proxy setup in our source tree. |
… HTTP headers support.
…RIZATION_HEADER` environment variable.
This partially addresses #1343 by supporting reverse proxies which require authentication that function as mirrors to https://static.rust-lang.org .